dsh-forge:为 DeepSeek Harness 锻造可复用技能

`dsh-forge` 是一款 MIT 许可证的 DeepSeek Harness 社区插件,旨在将重复且成功的会话轨迹自动转化为可复用的技能。该插件运行于 Node.js >=20 环境,零外部依赖,通过监视 harness 的实时会话事件流,累积用户意图、工具调用序列及完成状态。当同一规范化初始意图在两个或更多会话中成功完成时,插件自动触发“锻造”流程,调用 harness 内置 LLM 蒸馏生成包含名称、描述及使用指南的 `SKILL.md` 文件,并写入 `.dsh-forge/skills` 目录(可配置)。随后,技能通过 `ctx.skills` 接口注册,供后续会话加载使用。插件

Read More
dsh-feishu-bridge: A Community Plugin for Integrating dsh with Feishu/Lark

dsh-feishu-bridge is a community-maintained standalone plugin designed to bridge Feishu/Lark messages to the DeepSeek Harness (dsh). It allows users to trigger dsh agent tasks and receive responses directly within Feishu chats. Core features include a fail-closed allowlist mechanism enabled by default, as well as a one-time /pair pairing flow restricted to private chats (valid for 900 seconds or until 5 failed attempts). The plugin supports both WebSocket and Webhook transport methods, with the latter requiring additional configuration of a verification token and encryption key. Additionally, it offers per-chat verbosity settings, sticky sessions, one-time card nonces, and Allow/Deny approval functionality for remote Bash commands. As a dsh plugin.

Read More